services.hostapd.radios.<name>.networks.<name>.macAcl
Station MAC address -based authentication. The following modes are available:
- "deny": Allow unless listed in
macDeny(default) - "allow": Deny unless listed in
macAllow - "radius": Use external radius server, but check both
macAllowandmacDenyfirst
Please note that this kind of access control requires a driver that uses hostapd to take care of management frame processing and as such, this can be used with driver=hostap or driver=nl80211, but not with driver=atheros.
- Type
one of "deny", "allow", "radius"- Default
"deny"- Declared
- <nixpkgs/nixos/modules/services/networking/hostapd.nix>